+emacs22 (22.1+1-2) unstable; urgency=low
+
+ * Fix mail locking patch for Debian's non-Linux architectures. Thanks
+ to Michael Banck <mbanck@debian.org>. (closes: #433816) [rlb]
+
+ -- Rob Browning <rlb@defaultvalue.org> Sun, 29 Jul 2007 19:04:00 -0700
+
emacs22 (22.1+1-1) unstable; urgency=low
* New upstream release. (closes: #427279) [rlb]
int
main (argc, argv)
int argc;
+Index: sid/src/s/bsd4-3.h
+===================================================================
+--- sid.orig/src/s/bsd4-3.h
++++ sid/src/s/bsd4-3.h
+@@ -98,7 +98,11 @@
+ The alternative is that a lock file named
+ /usr/spool/mail/$USER.lock. */
+
++/* conditional copied from gnu-linux.h */
++#if !((defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
++ defined (HAVE_MAILLOCK_H))
+ #define MAIL_USE_FLOCK
++#endif
+
+ /* Define CLASH_DETECTION if you want lock files to be written
+ so that Emacs can tell instantly when you try to modify